Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow load_ui to load local files #599

Merged
merged 1 commit into from
Mar 30, 2015

Conversation

astrofrog
Copy link
Member

With this approach, load_ui first checks if the file exists at the path specified, and if not, falls back to the one in the global glue directory. This allows load_ui to be used by external plugins.

Another option is to add a keyword argument that says in_global_ui, defaults to False, and gets set to True everywhere load_ui is used inside glue. That was the approach in #552.

@ChrisBeaumont - what do you think?

…o global dir. This allows load_ui to be used by custom tools built by users.
@ChrisBeaumont
Copy link
Member

+1

@astrofrog
Copy link
Member Author

Ok, merging!

astrofrog added a commit that referenced this pull request Mar 30, 2015
Allow load_ui to load local files
@astrofrog astrofrog merged commit d4dc129 into glue-viz:master Mar 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants